-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated commands to github actions #4701
Conversation
The CI pipeline was cancelled due to failure one of the required jobs. |
9ced867
to
96d2208
Compare
72e28b1
to
0e2cbbc
Compare
PR is ready for review. @paritytech/ci can you please guide me on what machine I can use to run the bench tasks? As the |
69a0e3b
to
82890e0
Compare
@Bullrich are these benches for weights? If not you can use |
This are for the weights, so I'm afraid we can't use |
82890e0
to
3339b9b
Compare
The machines have the same specs, the only differences is that weights use persistent machines. I haven't added |
Thanks. I applied the machines for the bench jobs |
Following @alvicsam's advice, I changed the machines to `arc-runners-polkadot-sdk-benchmark`
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
Co-authored-by: Przemek Rzad <przemek@parity.io>
3ee74b0
to
cd6abc4
Compare
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/command-bot-has-migrated-to-github-actions/8722/1 |
Added the command sync. Follow up on #4701 This PR is blocked until a new machine for the sync gets deployed.
Added the command sync. Follow up on paritytech#4701 This PR is blocked until a new machine for the sync gets deployed.
Migrated commands individually to work as GitHub actions with a [`workflow_dispatch`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch) event. This will not disable the command-bot yet, but it's the first step before disabling it. ### Commands migrated - [x] bench-all - [x] bench-overhead - [x] bench - [x] fmt - [x] update-ui Also created an action that will inform users about the new documentation when they comment `bot`. ### Created documentation Created a detailed documentation on how to use this action. Found the documentation [here](https://github.com/paritytech/polkadot-sdk/blob/bullrich/cmd-action/.github/commands-readme.md). --------- Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Co-authored-by: Przemek Rzad <przemek@parity.io>
Added the command sync. Follow up on paritytech#4701 This PR is blocked until a new machine for the sync gets deployed.
Migrated commands individually to work as GitHub actions with a
workflow_dispatch
event.This will not disable the command-bot yet, but it's the first step before disabling it.
Commands migrated
Also created an action that will inform users about the new documentation when they comment
bot
.Created documentation
Created a detailed documentation on how to use this action. Found the documentation here.